home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net Business
/
NETB01.ISO
/
pc
/
PCSoftware
/
RCEdit v1.0
/
RCEdit.msi
/
Instal01.cab
/
_6E6B16D72FCD11D4A98C00104B9A8B22
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-30
|
145 b
|
8 lines
// Menu Selector
function getlocation(URL) {
var num = URL.selectedIndex;
var str = URL.options[num].value;
location.href=str;
}